home *** CD-ROM | disk | FTP | other *** search
/ Softline PAY-CD / Softline PAY-CD(1994).iso / programm / primaba / demo / disk1 / install.inf < prev    next >
Encoding:
INI File  |  1993-12-27  |  1.4 KB  |  54 lines

  1. ; About This File
  2. ; ===============
  3. ;
  4. ; This file, INSTALL.INF, contains information that Install uses to 
  5. ; install PRIMA.EXE. This file must be in the same directory as the 
  6. ; program file INSTALL.EXE. The two files can be on a floppy disk, a hard 
  7. ; disk, or a network disk drive.
  8. ;
  9. ; The information in this file determines
  10. ;   * The names of the disks and directories from which, and to which, Install
  11. ;     copies files
  12. ;
  13. ;   * The name of the group that Install creates in Program Manager's window,
  14. ;     and the names of program items that Install adds to that group
  15. ;
  16. ; All texts must consist of characters from the ANSI character set!
  17. ;
  18. [dialog]
  19.   caption =    "Installationsprogramm zu Testversion"
  20.  
  21. [data]
  22. ; The Defdir statement MUST include a drive letter.
  23.   defdir =    C:\PRIMA
  24.  
  25. [disks]
  26.   1 =.,        "PrimaBase Testversion Programmdiskette"
  27.  
  28. [needed.space]
  29.   exespace =    2000000
  30.   dataspace=     200000
  31.   updspace =     500000
  32.  
  33. [primabase.copy]
  34.   #primabase.program,        0:
  35.   #primabase.examples,        0:beispiel,        1
  36.   #primabase.examples.pa,    0:beispiel\pa000001
  37.  
  38. [primabase.program]
  39.   1:prima.1,    "PrimaBase Testversion"
  40.   1:prima.2,    "PrimaBase Hilfe"
  41.  
  42. [primabase.examples]
  43.   1:beispiel.1,    "Beispiel-Dateien"
  44.  
  45. [primabase.examples.pa]
  46.   1:beispiel.2,    "Beispiel-Dateien 2"
  47.  
  48. [progman.groups]
  49.   "PrimaBase"
  50.  
  51. [PrimaBase]
  52.   "PrimaBase Testversion", prima.exe
  53.